home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / qwhite.zip / DESQMEM.TEC < prev    next >
Text File  |  1992-03-09  |  2KB  |  44 lines

  1. ID:DM Memory usage by DESQview
  2. Quarterdeck Technical Note #111
  3. by Dan Sallitt
  4. last revision:  13 February 1992
  5.  
  6. Q: How much memory does DESQview use?
  7.  
  8. In its unmodified state, DESQview takes up, somewhere in memory, between 145K 
  9. and 180K.  The differences are due to various drivers that DESQview may or may 
  10. not load depending on its setup configuration and the hardware on which it is 
  11. running.  The low-end figure of 145K can be reduced a bit by throwing away 
  12. features in DESQview's Setup.  For information on how to do this, read 
  13. Quarterdeck Technical Bulletin #161, "Maximizing Window Size in DESQview".  On 
  14. a machine with only 640K of memory, all of DESQview's code resides in 
  15. conventional memory.
  16.  
  17. If your machine has extended memory, DESQview can place 63K of its code at the 
  18. beginning of extended memory with our QEXT.SYS (QEMM-386 provides this service 
  19. as well) driver and our XDV.COM loader.
  20.  
  21. If your machine has any kind of expanded memory, DESQview can place 32K of its 
  22. code (slightly more on a VGA system) in the EMS page frame with XDV.COM, 
  23. switching this code out of harm's way when the page frame is in use.  When 
  24. both extended and expanded memory are present, DESQview can therefore remove 
  25. about 95K of itself from conventional memory.
  26.  
  27. If your machine's expanded memory permits the mapping of additional pages of 
  28. expanded memory between 640K and 1024K, DESQview can place even more of its 
  29. code in high RAM with XDV.COM.  On a machine that provides enough free 
  30. mappable pages between 640K and 1024K, it is common to observe that DESQview 
  31. leaves little more than 1K of its code in conventional memory.
  32.  
  33. (When computing DESQview's overhead in running a program, you should remember 
  34. that a certain amount of memory - 9K, on the average - is taken as overhead 
  35. when a window is opened.  This figure can be decreased a small amount by 
  36. manipulating the Change a Program menus for the program in question.)
  37.  
  38.  
  39.   ************************************************************************
  40.   *This technical note may be copied and distributed freely as long as it*
  41.   *is distributed in its entirety and it is not distributed for profit.  *
  42.   *         Copyright (C) 1990-2 by Quarterdeck Office Systems           *
  43.   ************************ E N D   O F   F I L E *************************
  44.